UCF STIG Viewer Logo

The at directory must be owned by root, bin, or sys.


Overview

Finding ID Version Rule ID IA Controls Severity
V-4365 GEN003420 SV-45672r1_rule ECLP-1 Medium
Description
If the owner of the "at" directory is not root, bin, or sys, unauthorized users could be allowed to view or edit files containing sensitive information within the directory.
STIG Date
SUSE Linux Enterprise Server v11 for System z 2013-04-18

Details

Check Text ( C-43038r1_chk )
Check the ownership of the "at" directory:

Procedure:
# ls -ld /var/spool/at /var/spool/atjobs

If the directory is not owned by root, sys, bin, daemon, or cron, this is a finding.
Fix Text (F-39070r1_fix)
Change the owner of the "at" directory to root, bin, sys, or system.

Procedure:
# chown <"at" directory>